Fix typo in GtkIMContextClass doc.
authorDaiki Ueno <ueno@unixuser.org>
Tue, 27 Jul 2010 08:09:45 +0000 (17:09 +0900)
committerJavier Jardón <jjardon@gnome.org>
Sun, 29 Aug 2010 17:01:30 +0000 (19:01 +0200)
gtk/gtkimcontext.c

index d918a5ab9f9da7cd52283317a37e3781f1e67267..d4f5cea09dea93f671daeb8dbd478a7f962c8039 100644 (file)
@@ -159,7 +159,7 @@ G_DEFINE_ABSTRACT_TYPE (GtkIMContext, gtk_im_context, G_TYPE_OBJECT)
  *   character.
  * @focus_in: Called via gtk_im_context_focus_in() when the input widget
  *   has gained focus. May be overridden to keep track of the current focus.
- * @focus_out: Called via gtk_im_context_focus_in() when the input widget
+ * @focus_out: Called via gtk_im_context_focus_out() when the input widget
  *   has lost focus. May be overridden to keep track of the current focus.
  * @reset: Called via gtk_im_context_reset() to signal a change such as a
  *   change in cursor position. An input method that implements preediting